fix(#190): remove Jira remnants and add issues:write to custom agent guide#209
fix(#190): remove Jira remnants and add issues:write to custom agent guide#209fullsend-ai-coder[bot] wants to merge 2 commits into
Conversation
…guide Remove the Jira code path from the pre-script example (which left an orphaned elif after PR fullsend-ai#2568 removed Jira support), consolidate permissions into a single block with contents:read, id-token:write, and issues:write, and drop the now-unused issue_source workflow input.
Review — PR #209Verdict: ✅ Approve Clean, well-scoped documentation fix that addresses all three items authorized by issue #190: the broken What was checked
Minor observation (low, non-blocking)Stale Jira mention in policy design principles (
After this PR removes all Jira example code from the guide, this policy bullet is the only remaining Jira-specific reference. The guidance is still architecturally valid (the platform supports Jira integration in qualityflow), but updating it to be more general (e.g., "Never allow external/internal APIs from the sandbox") would improve consistency with the guide's now GitHub-only examples. Consider addressing in a follow-up. Previous runReview — PR #209Verdict: approve ✅ SummaryThis PR correctly fixes the two documentation bugs described in #190: the orphaned Findings
Dimensions Reviewed
Previous run (2)ReviewFindingsLow
Labels: PR fixes documentation bugs in user guide Previous run (3)ReviewFindingsMedium
Low
|
|
/fs-review |
|
/fs-review |
|
🤖 Finished Review · ✅ Success · Started 10:19 AM UTC · Completed 10:28 AM UTC |
|
/fs-fix |
|
🤖 Finished Fix · ✅ Success · Started 11:12 AM UTC · Completed 11:19 AM UTC |
Add inline YAML comment clarifying that issues: read suffices when the post-script does not create or edit issues, addressing the excessive permission review finding. Addresses review feedback on #209
🔧 Fix agent — iteration 1 (human-triggered)Addressed 1 review finding: added a YAML comment to the workflow example clarifying that issues: read is sufficient when the post-script does not create or edit issues. The issues: write permission is retained since post-scripts commonly need write access, but users now have clear guidance on when to downscope. Fixed (1):
Tests: passed Updated by fullsend fix agent |
|
🤖 Finished Review · ❌ Failure · Started 11:24 AM UTC · Completed 11:32 AM UTC |
Remove the Jira code path from the pre-script example (which left an orphaned elif after PR fullsend-ai#2568 removed Jira support), consolidate permissions into a single block with contents:read, id-token:write, and issues:write, and drop the now-unused issue_source workflow input.
Closes #190
Post-script verification
agent/190-fix-docs-building-custom-agents)f96750babbed5ada406a9ae04e8068449701d9c7..HEAD)